CanInsert Method (C1EntityFrameworkCoreVirtualDataCollection<T>)
Determines whether a new item can be inserted in the collection at the specified .
public override bool CanInsert(
int ,
)
'Declaration
Public Overrides Function CanInsert( _
ByVal As Integer, _
ByVal As _
) As Boolean
Parameters
- index
- This parameter is ignored because Entity Framework works with non-ordered sources.
- item
- The item that would be inserted.